home *** CD-ROM | disk | FTP | other *** search
- #define CURSES_LIBRARY 1
- #include <curses.h>
- #undef gettmode
-
- #ifdef PDCDEBUG
- char *rcsid_gettmode = "$Header: C:\CURSES\portable\RCS\gettmode.c 2.1 1993/06/18 20:19:57 MH Rel MH $";
- #endif
-
-
-
-
- /*man-start*********************************************************************
-
- gettmode() - Unknown description.
-
- PDCurses Description:
- Now obsolete. Retained for compatibility with older versions
- of curses.
-
- A no-op.
- **man-end**********************************************************************/
-
- int gettmode(void)
- {
- #ifdef PDCDEBUG
- if (trace_on) PDC_debug("gettmode() - called\n");
- #endif
-
- return (OK);
- }
-